public abstract class ExtendedFieldHandler<T> extends FieldHandlerFriend<T>
FieldDescriptor,
FieldHandler| Constructor and Description |
|---|
ExtendedFieldHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity(Object object)
Deprecated.
No longer supported
|
abstract Object |
newInstance(Object parent,
Object[] args)
Creates a new instance of the object described by this field.
|
getFieldDescriptor, setFieldDescriptorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValue, newInstance, resetValue, setValuepublic void checkValidity(Object object) throws ValidityException, IllegalStateException
checkValidity in interface FieldHandler<T>checkValidity in class FieldHandlerFriend<T>ValidityExceptionIllegalStateExceptionpublic abstract Object newInstance(Object parent, Object[] args) throws IllegalStateException
parent - The object for which the field is createdargs - the set of constructor argumentsIllegalStateException - This field is a simple type and cannot be instantiatedCopyright © 2016. All rights reserved.