Uses of Interface
org.terracotta.context.extractor.AttributeGetter
Packages that use AttributeGetter
-
Uses of AttributeGetter in org.terracotta.context.extractor
Classes in org.terracotta.context.extractor that implement AttributeGetterModifier and TypeClassDescription(package private) class(package private) class(package private) class(package private) classclass(package private) classFields in org.terracotta.context.extractor with type parameters of type AttributeGetterModifier and TypeFieldDescriptionprivate final Map<? extends String,AttributeGetter<Object>> LazyContextElement.attributesMethods in org.terracotta.context.extractor that return AttributeGetterModifier and TypeMethodDescriptionprivate static AttributeGetter<Object>ObjectContextExtractor.createFieldAttributeGetter(Object from, Field f) Methods in org.terracotta.context.extractor that return types with arguments of type AttributeGetterModifier and TypeMethodDescriptionprivate static Map<String,AttributeGetter<Object>> ObjectContextExtractor.extractFieldAttributes(Object from) private static Map<? extends String,? extends AttributeGetter<Object>> ObjectContextExtractor.extractInstanceAttribute(Object from) private static Map<String,AttributeGetter<Object>> ObjectContextExtractor.extractMethodAttributes(Object from) Constructor parameters in org.terracotta.context.extractor with type arguments of type AttributeGetterModifierConstructorDescriptionLazyContextElement(Class<?> identifier, Map<? extends String, AttributeGetter<Object>> attributes)