public class ConfiguredDerivedInjectedAttribute<C extends ConfiguredObject,T> extends Object implements ConfiguredObjectInjectedAttribute<C,T>
InjectedAttributeStatisticOrOperation.TypeValidator
Constructor and Description |
---|
ConfiguredDerivedInjectedAttribute(String name,
Method method,
Object[] staticParams,
boolean secure,
boolean persisted,
String secureValueFilter,
boolean oversized,
String oversizedAltText,
String description,
InjectedAttributeStatisticOrOperation.TypeValidator typeValidator) |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesToConfiguredObjectType(Class<? extends ConfiguredObject<?>> type) |
T |
convert(Object value,
C object) |
org.apache.qpid.server.model.AttributeValueConverter<T> |
getConverter() |
String |
getDescription() |
Type |
getGenericType() |
String |
getName() |
String |
getOversizedAltText() |
Pattern |
getSecureValueFilter() |
Class<T> |
getType() |
T |
getValue(C configuredObject) |
boolean |
isAutomated() |
boolean |
isDerived() |
boolean |
isOversized() |
boolean |
isPersisted() |
boolean |
isSecure() |
boolean |
isSecureValue(Object value) |
boolean |
updateAttributeDespiteUnchangedValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appliesToConfiguredObjectType
convert
getConverter, getGenericType, getName, getType
public ConfiguredDerivedInjectedAttribute(String name, Method method, Object[] staticParams, boolean secure, boolean persisted, String secureValueFilter, boolean oversized, String oversizedAltText, String description, InjectedAttributeStatisticOrOperation.TypeValidator typeValidator)
public boolean isAutomated()
isAutomated
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public boolean isDerived()
isDerived
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public boolean isSecure()
isSecure
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public boolean isPersisted()
isPersisted
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public boolean isOversized()
isOversized
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public boolean updateAttributeDespiteUnchangedValue()
updateAttributeDespiteUnchangedValue
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public String getOversizedAltText()
getOversizedAltText
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public String getDescription()
getDescription
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public Pattern getSecureValueFilter()
getSecureValueFilter
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public boolean isSecureValue(Object value)
isSecureValue
in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>
public T getValue(C configuredObject)
getValue
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public final String getName()
getName
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public final Class<T> getType()
getType
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public final Type getGenericType()
getGenericType
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public final org.apache.qpid.server.model.AttributeValueConverter<T> getConverter()
getConverter
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public final boolean appliesToConfiguredObjectType(Class<? extends ConfiguredObject<?>> type)
appliesToConfiguredObjectType
in interface InjectedAttributeStatisticOrOperation<C extends ConfiguredObject>
public final T convert(Object value, C object)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.