Uses of Interface
org.instancio.FieldSelectorBuilder
Packages that use FieldSelectorBuilder
-
Uses of FieldSelectorBuilder in org.instancio
Methods in org.instancio that return FieldSelectorBuilderModifier and TypeMethodDescription<A extends Annotation>
FieldSelectorBuilderMatches fields annotated with the specified annotation, ignoring inherited annotations.FieldSelectorBuilder.declaredIn(Class<?> type) Matches fields declared in the specified class.static FieldSelectorBuilderSelect.fields()Provides a builder for selecting fields based onPredicates.Matches field names using the specified regular expression.Matches fields with the specified name.Matches fields against the specified type, including subtypes.