ClonableFieldHandlerMarker
instead.public interface ClonableFieldHandler<T> extends FieldHandler<T>
FieldHandler
that allows shallow/deep cloning of its state.since 1.3.2
Modifier and Type | Method and Description |
---|---|
FieldHandler<T> |
copyInstance()
Deprecated.
Entry point for shallow/deep 'cloning' of
FieldHandler instances. |
checkValidity, getValue, newInstance, resetValue, setValue
FieldHandler<T> copyInstance()
FieldHandler
instances.FieldHandler
instance.Copyright © 2018. All rights reserved.