public abstract class ConfiguredObjectMethodAttribute<C extends ConfiguredObject,T> extends Object implements ConfiguredObjectAttribute<C,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(Object value,
C object) |
org.apache.qpid.server.model.AttributeValueConverter<T> |
getConverter() |
Type |
getGenericType() |
Method |
getGetter() |
String |
getName() |
Class<T> |
getType() |
T |
getValue(C configuredObject) |
boolean |
isSecureValue(Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getOversizedAltText, getSecureValueFilter, isAutomated, isDerived, isOversized, isPersisted, isSecure, updateAttributeDespiteUnchangedValuegetConverter, getGenericType, getName, getType, getValuepublic boolean isSecureValue(Object value)
isSecureValue in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public T convert(Object value, C object)
convert in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public String getName()
getName in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>public Class<T> getType()
getType in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>public Type getGenericType()
getGenericType in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>public T getValue(C configuredObject)
getValue in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>public Method getGetter()
public org.apache.qpid.server.model.AttributeValueConverter<T> getConverter()
getConverter in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.