Uses of Interface
org.instancio.FieldSelectorBuilder
Packages that use FieldSelectorBuilder
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Provides selector API implementation.
-
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. -
Uses of FieldSelectorBuilder in org.instancio.internal.selectors
Classes in org.instancio.internal.selectors that implement FieldSelectorBuilderMethods in org.instancio.internal.selectors that return FieldSelectorBuilderModifier and TypeMethodDescription<A extends Annotation>
FieldSelectorBuilderFieldSelectorBuilderImpl.declaredIn(Class<?> type)