public class ConfigurableHandle extends Object
| Constructor and Description |
|---|
ConfigurableHandle(String name,
Object instance,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
currentValue() |
protected boolean |
isDefaultable() |
String |
name() |
<T> void |
set(T value) |
Class<?> |
type() |
public String name()
public Class<?> type() throws IllegalAccessException
IllegalAccessExceptionpublic <T> void set(T value)
throws IllegalAccessException
IllegalAccessExceptionprotected <T> T currentValue()
throws IllegalAccessException
IllegalAccessExceptionprotected boolean isDefaultable()
Copyright © 2016 JBoss by Red Hat. All rights reserved.