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 TypeClassDescriptionclass
Singleton extractor for DtoOptions.class
Singleton extractor for enum field options.class
Singleton extractor for the Identity field part.class
Singleton extractor for extracting relationships from fields annotated with JPA annotations.class
ExtractsSearchOptions
for a field.class
ExtractsSecurity
configuration from a field.class
Extracts 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.EXTRACTORS
A 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.