Uses of Enum
org.instancio.internal.selectors.SelectorTargetKind
Packages that use SelectorTargetKind
-
Uses of SelectorTargetKind in org.instancio.internal.selectors
Methods in org.instancio.internal.selectors that return SelectorTargetKindModifier and TypeMethodDescriptionPredicateSelectorImpl.getSelectorTargetKind()static SelectorTargetKindReturns the enum constant of this type with the specified name.static SelectorTargetKind[]SelectorTargetKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.instancio.internal.selectors with parameters of type SelectorTargetKindModifierConstructorDescriptionPredicateSelectorImpl(SelectorTargetKind selectorTargetKind, @Nullable Predicate<Field> fieldPredicate, @Nullable Predicate<Class<?>> classPredicate, @Nullable String apiInvocationDescription)