|
Carrot2 v3.3.0
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.util.attribute.BindableDescriptorBuilder
public class BindableDescriptorBuilder
Builds BindableDescriptors based on the provided bindable type instances.
| Constructor Summary | |
|---|---|
BindableDescriptorBuilder()
|
|
| Method Summary | |
|---|---|
static BindableDescriptor |
buildDescriptor(Object initializedInstance)
Builds a BindableDescriptor for an initialized instance of a
Bindable type. |
static BindableDescriptor |
buildDescriptor(Object initializedInstance,
boolean loadMetadata)
A variant of buildDescriptor(Object) that allows to skip loading metadata
for the descriptors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindableDescriptorBuilder()
| Method Detail |
|---|
public static BindableDescriptor buildDescriptor(Object initializedInstance)
BindableDescriptor for an initialized instance of a
Bindable type. Notice that the set of AttributeDescriptor found in
the returned BindableDescriptor may vary depending on how the provided
instance is initialized.
initializedInstance - initialized instance of a Bindable type for
which to build the descriptor
public static BindableDescriptor buildDescriptor(Object initializedInstance,
boolean loadMetadata)
buildDescriptor(Object) that allows to skip loading metadata
for the descriptors.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||