public interface FacetDecorator
| Modifier and Type | Method and Description |
|---|---|
Facet |
decorate(Facet facet,
FacetHolder requiredHolder)
If applicable, replace the provided
Facet with a decorating
Facet that should be held by the provided required holder. |
String |
getFacetTypeNames() |
Class<? extends Facet>[] |
getFacetTypes() |
Facet decorate(Facet facet, FacetHolder requiredHolder)
Facet with a decorating
Facet that should be held by the provided required holder.
Facet, or null if this decoration
does not apply to this Facet.Class<? extends Facet>[] getFacetTypes()
String getFacetTypeNames()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.