Uses of Interface
nl.datasteel.crudcraft.codegen.reader.field.FieldPartExtractor
Packages that use FieldPartExtractor
-
Uses of FieldPartExtractor in nl.datasteel.crudcraft.codegen.reader.field
Classes in nl.datasteel.crudcraft.codegen.reader.field that implement FieldPartExtractorModifier and TypeClassDescriptionclassSingleton extractor for DtoOptions.classSingleton extractor for enum field options.classSingleton extractor for the Identity field part.classSingleton extractor for extracting relationships from fields annotated with JPA annotations.classExtractsSearchOptionsfor a field.classExtractsSecurityconfiguration from a field.classExtracts bean validation annotations from a field.Fields in nl.datasteel.crudcraft.codegen.reader.field with type parameters of type FieldPartExtractorModifier and TypeFieldDescriptionstatic final Map<Class<?>, FieldPartExtractor<?>> FieldPartExtractorRegistry.EXTRACTORSA map that associates field part types with their corresponding extractors.Methods in nl.datasteel.crudcraft.codegen.reader.field that return FieldPartExtractorModifier and TypeMethodDescriptionstatic <T> FieldPartExtractor<T> Retrieves the extractor for a given field part type.