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, setFieldDescriptor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue, newInstance, resetValue, setValue
public void checkValidity(Object object) throws ValidityException, IllegalStateException
checkValidity
in interface FieldHandler<T>
checkValidity
in class FieldHandlerFriend<T>
ValidityException
IllegalStateException
public 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 © 2024. All rights reserved.