public class BindableDescriptorBuilder extends Object
BindableDescriptors based on the provided bindable type instances.| Constructor | Description |
|---|---|
BindableDescriptorBuilder() |
| Modifier and Type | Method | 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 © 2018 Carrot2.org. All rights reserved.