| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| com.avaje.ebeaninternal.server.type.reflect |
| Constructor and Description |
|---|
BeanPropertyCompoundScalar(BeanPropertyCompoundRoot rootProperty,
DeployBeanProperty scalarDeploy,
CtCompoundProperty ctProperty,
ScalarTypeConverter<?,?> typeConverter) |
| Modifier and Type | Method and Description |
|---|---|
ScalarTypeConverter<?,?> |
DeployBeanPropertyCompound.getTypeConverter() |
| Constructor and Description |
|---|
DeployBeanProperty(DeployBeanDescriptor<?> desc,
Class<?> propertyType,
ScalarType<?> scalarType,
ScalarTypeConverter<?,?> typeConverter) |
DeployBeanPropertyCompound(DeployBeanDescriptor<?> desc,
Class<?> targetType,
CtCompoundType<?> compoundType,
ScalarTypeConverter<?,?> typeConverter)
Create the property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LongToTimestampConverter |
| Constructor and Description |
|---|
ScalarTypeWrapper(Class<B> wrapperType,
ScalarType<S> scalarType,
ScalarTypeConverter<B,S> converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionBasedScalarTypeConverter |
Copyright © 2014. All Rights Reserved.