Uses of Class
org.simpleflatmapper.reflect.ScoredSetter
Packages that use ScoredSetter
Package
Description
Reflection tools.
Class analyses.
-
Uses of ScoredSetter in org.simpleflatmapper.reflect
Methods in org.simpleflatmapper.reflect that return ScoredSetterModifier and TypeMethodDescriptionScoredSetter.best(ScoredSetter<T, P> setter) static <T,P> ScoredSetter<T, P> ScoredSetter.nullSetter()static <T,P> ScoredSetter<T, P> static <T,P> ScoredSetter<T, P> static <T,P> ScoredSetter<T, P> Methods in org.simpleflatmapper.reflect with parameters of type ScoredSetterModifier and TypeMethodDescriptionScoredSetter.best(ScoredSetter<T, P> setter) booleanScoredSetter.isBetterThan(ScoredSetter<T, P> scoredSetter) -
Uses of ScoredSetter in org.simpleflatmapper.reflect.meta
Methods in org.simpleflatmapper.reflect.meta with parameters of type ScoredSetterModifier and TypeMethodDescriptionObjectPropertyMeta.getterSetter(ScoredGetter<T, P> getter, ScoredSetter<T, P> setter, Object[] defineProperties) ConstructorPropertyMeta.setter(ScoredSetter<T, P> setter) Constructors in org.simpleflatmapper.reflect.meta with parameters of type ScoredSetterModifierConstructorDescriptionConstructorPropertyMeta(String name, Type ownerType, ReflectionService reflectService, Parameter parameter, ScoredGetter<T, P> scoredGetter, ScoredSetter<T, P> scoredSetter, InstantiatorDefinition instantiatorDefinition, Object[] defineProperties) ObjectPropertyMeta(String name, Type ownerType, ReflectionService reflectService, Type propertyType, ScoredGetter<T, P> getter, ScoredSetter<T, P> setter, Object[] defineProperties)