public final class MappingBeanUtil extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR_ARG |
static int |
DEPENDENCY |
static int |
PROPERTY |
Constructor and Description |
---|
MappingBeanUtil() |
Modifier and Type | Method and Description |
---|---|
static DependencyBean |
createConstructorArg(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
createDependencyBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
createElementBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
createKeyBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
createMetaBeanValue(EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
createProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
public static final int CONSTRUCTOR_ARG
public static final int PROPERTY
public static final int DEPENDENCY
public static DependencyBean createProperty(String name, String propertyName, EnumerationType enumProperty, String temporalProperty, String mapping, ScopeType scope, Object value, boolean nullable, boolean generic, Type typeDef, Object classType, Bean mappingBean, FetchType fetchType, ValidatorFactory validatorFactory, Controller controller)
public static DependencyBean createConstructorArg(String name, EnumerationType enumProperty, String temporalProperty, String mapping, ScopeType scope, Object value, boolean nullable, boolean generic, Type typeDef, Object classType, Bean mappingBean, FetchType fetchType, ValidatorFactory validatorFactory, Controller controller)
public static DependencyBean createMetaBeanValue(EnumerationType enumProperty, String temporalProperty, String mapping, ScopeType scope, Object value, boolean nullable, boolean generic, Type typeDef, Object classType, Bean mappingBean, FetchType fetchType, ValidatorFactory validatorFactory, Controller controller)
public static DependencyBean createDependencyBean(String name, EnumerationType enumProperty, String temporalProperty, String mapping, ScopeType scope, Object value, boolean nullable, boolean generic, Type typeDef, Object classType, Bean mappingBean, FetchType fetchType, ValidatorFactory validatorFactory, Controller controller)
public static DependencyBean createElementBean(String name, EnumerationType enumProperty, String temporalProperty, String mapping, ScopeType scope, Object value, boolean nullable, boolean generic, Type typeDef, Object classType, Bean mappingBean, FetchType fetchType, ValidatorFactory validatorFactory, Controller controller)
public static DependencyBean createKeyBean(String name, EnumerationType enumProperty, String temporalProperty, String mapping, ScopeType scope, Object value, boolean nullable, boolean generic, Type typeDef, Object classType, Bean mappingBean, FetchType fetchType, ValidatorFactory validatorFactory, Controller controller)
Copyright © 2018 Brandao. All rights reserved.