| Modifier and Type | Class and Description |
|---|---|
static class |
FacetFactory.ProcessClassContext |
static class |
FacetFactory.ProcessMethodContext |
| Modifier and Type | Field and Description |
|---|---|
static MethodRemover |
MethodRemoverConstants.NULL |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyOrCollectionIdentifyingFacetFactory.findAndRemoveCollectionAccessors(MethodRemover methodRemover,
List<Method> methodListToAppendTo)
Use the provided
MethodRemover to remove all collection
accessors, and append them to the supplied methodList. |
void |
PropertyOrCollectionIdentifyingFacetFactory.findAndRemovePropertyAccessors(MethodRemover methodRemover,
List<Method> methodListToAppendTo)
Use the provided
MethodRemover to remove all reference property
accessors, and append them to the supplied methodList. |
| Constructor and Description |
|---|
FacetFactory.ProcessClassContext(Class<?> cls,
MethodRemover methodRemover,
FacetHolder facetHolder)
For testing only.
|
FacetFactory.ProcessClassContext(Class<?> cls,
Properties metadataProperties,
MethodRemover methodRemover,
FacetHolder facetHolder) |
FacetFactory.ProcessMethodContext(Class<?> cls,
FeatureType featureType,
Properties metadataProperties,
Method method,
MethodRemover methodRemover,
FacetedMethod facetedMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetProcessor.findAndRemoveCollectionAccessors(MethodRemover methodRemover,
List<Method> methodListToAppendTo)
Use the provided
MethodRemover to have all known
PropertyOrCollectionIdentifyingFacetFactorys to remove all
property accessors, and append them to the supplied methodList. |
void |
FacetProcessor.findAndRemovePropertyAccessors(MethodRemover methodRemover,
List<Method> methodListToAppendTo)
Use the provided
MethodRemover to have all known
PropertyOrCollectionIdentifyingFacetFactorys to remove all
property accessors, and append them to the supplied methodList. |
void |
FacetProcessor.process(Class<?> cls,
Method method,
MethodRemover methodRemover,
FacetedMethod facetedMethod,
FeatureType featureType,
Properties metadataProperties)
Attaches all facets applicable to the provided
type of
feature to the supplied FacetHolder. |
void |
FacetProcessor.process(Class<?> cls,
Properties metadataProperties,
MethodRemover methodRemover,
FacetHolder facetHolder)
Attaches all facets applicable to the provided
object) to the supplied FacetHolder. |
void |
FacetProcessor.processPost(Class<?> cls,
Properties metadataProperties,
MethodRemover methodRemover,
FacetHolder facetHolder) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MethodFinderUtils.removeMethod(MethodRemover methodRemover,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionAccessorFacetFactory.findAndRemoveCollectionAccessors(MethodRemover methodRemover,
List<Method> methodListToAppendTo) |
void |
CollectionAccessorFacetFactory.findAndRemovePropertyAccessors(MethodRemover methodRemover,
List<Method> methodListToAppendTo) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyAccessorFacetFactory.findAndRemoveCollectionAccessors(MethodRemover methodRemover,
List<Method> methodListToAppendTo) |
void |
PropertyAccessorFacetFactory.findAndRemovePropertyAccessors(MethodRemover methodRemover,
List<Method> methodListToAppendTo) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.