public class ObjectBackedConfigurableHandle extends Object implements ConfigurableHandle
| Constructor and Description |
|---|
ObjectBackedConfigurableHandle(ConfigKey key,
Object instance,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
currentValue() |
protected boolean |
isDefaultable() |
ConfigKey |
key() |
<T> void |
set(T value) |
Class<?> |
type() |
public ConfigKey key()
key in interface ConfigurableHandlepublic Class<?> type() throws IllegalAccessException
type in interface ConfigurableHandleIllegalAccessExceptionpublic <T> void set(T value)
throws IllegalAccessException
set in interface ConfigurableHandleIllegalAccessExceptionpublic <T> T currentValue()
throws IllegalAccessException
currentValue in interface ConfigurableHandleIllegalAccessExceptionprotected boolean isDefaultable()
Copyright © 2018 JBoss by Red Hat. All rights reserved.