Uses of Class
org.simpleflatmapper.reflect.ScoredGetter
Packages that use ScoredGetter
Package
Description
Reflection tools.
Class analyses.
-
Uses of ScoredGetter in org.simpleflatmapper.reflect
Fields in org.simpleflatmapper.reflect declared as ScoredGetterMethods in org.simpleflatmapper.reflect that return ScoredGetterModifier and TypeMethodDescriptionScoredGetter.best(ScoredGetter<T, P> getter) static <T,P> ScoredGetter<T, P> ScoredGetter.nullGetter()static <T,P> ScoredGetter<T, P> static <T,P> ScoredGetter<T, P> static <T,P> ScoredGetter<T, P> Methods in org.simpleflatmapper.reflect with parameters of type ScoredGetterModifier and TypeMethodDescriptionScoredGetter.best(ScoredGetter<T, P> getter) booleanScoredGetter.isBetterThan(ScoredGetter<T, P> scoredGetter) -
Uses of ScoredGetter in org.simpleflatmapper.reflect.meta
Methods in org.simpleflatmapper.reflect.meta with parameters of type ScoredGetterModifier and TypeMethodDescriptionConstructorPropertyMeta.getter(ScoredGetter<T, P> getter) ObjectPropertyMeta.getterSetter(ScoredGetter<T, P> getter, ScoredSetter<T, P> setter, Object[] defineProperties) Constructors in org.simpleflatmapper.reflect.meta with parameters of type ScoredGetterModifierConstructorDescriptionConstructorPropertyMeta(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)