public interface ObjectConfigurable<T>
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Get the class name for this object's configuration.
|
default T |
getInstance()
Returns the instance associated with this configuration or
null if no instance has yet been created. |
String |
getModuleName()
Get the module name for this object's configuration, if any.
|
String getModuleName()
null
values are accepted.null
if none is configuredString getClassName()
default T getInstance()
null
if no instance has yet been created.
Any changes to the instance will not be recognized by the configuration API.
null
Copyright © 2019 JBoss by Red Hat. All rights reserved.