Package | Description |
---|---|
org.simpleflatmapper.reflect.meta |
Class analyses.
|
Modifier and Type | Method and Description |
---|---|
ConstructorPropertyMeta<T,P> |
ConstructorPropertyMeta.defineProperties(Object[] defineProperties) |
ConstructorPropertyMeta<T,P> |
ConstructorPropertyMeta.getter(ScoredGetter<T,P> getter) |
ConstructorPropertyMeta<T,P> |
ConstructorPropertyMeta.setter(ScoredSetter<T,P> setter) |
Constructor and Description |
---|
ObjectClassMeta(Type target,
List<InstantiatorDefinition> instantiatorDefinitions,
List<ConstructorPropertyMeta<T,?>> constructorProperties,
Map<String,String> fieldAliases,
List<PropertyMeta<T,?>> properties,
ReflectionService reflectService) |
Copyright © 2018. All rights reserved.