| Package | 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.
|
| Modifier and Type | Method and Description |
|---|---|
CtCompoundType<?> |
DeployBeanPropertyCompound.getCompoundType() |
| Constructor and Description |
|---|
DeployBeanPropertyCompound(DeployBeanDescriptor<?> desc,
Class<?> targetType,
CtCompoundType<?> compoundType,
ScalarTypeConverter<?,?> typeConverter)
Create the property.
|
| Modifier and Type | Method and Description |
|---|---|
protected CtCompoundType |
DefaultTypeManager.createCompoundScalarDataReader(Class<?> compoundTypeClass,
CompoundType<?> compoundType,
String info) |
CtCompoundType<?> |
DefaultTypeManager.getCompoundType(Class<?> type) |
CtCompoundType<?> |
TypeManager.getCompoundType(Class<?> type)
Return the Internal CompoundType handler for a given compound type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CtCompoundTypeScalarList.addCompoundProperty(String propName,
CtCompoundType<?> t,
CompoundTypeProperty<?,?> prop)
Register a property with it's associated compound type and relative name.
|
static Object |
ImmutableCompoundTypeBuilder.set(CtCompoundType<?> ct,
String propName,
Object value)
Set the value for the property of a compound type.
|
| Constructor and Description |
|---|
CtCompoundProperty(String relativeName,
CtCompoundProperty parent,
CtCompoundType<?> ctType,
CompoundTypeProperty<?,?> property) |
Copyright © 2014. All Rights Reserved.