public class BindableDescriptorBuilder extends Object
BindableDescriptors based on the provided bindable type instances.| Constructor and Description |
|---|
BindableDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static BindableDescriptor |
buildDescriptor(Object initializedInstance)
Builds a
BindableDescriptor for an initialized instance of a
Bindable type. |
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 descriptorCopyright © 2013 Carrot2.org. All Rights Reserved.