public class ResolvedCustomFacets extends Object
| Constructor and Description |
|---|
ResolvedCustomFacets(List<String> nativeFacets,
Map<String,CustomFacetDefinitionNode> facets) |
ResolvedCustomFacets(String... nativeFacets) |
| Modifier and Type | Method and Description |
|---|---|
ResolvedCustomFacets |
copy() |
List<Rule> |
getRules() |
ResolvedCustomFacets |
mergeWith(ResolvedCustomFacets customFacets) |
ResolvedCustomFacets |
overwriteFacets(TypeDeclarationNode from) |
TypeDeclarationNode |
validate(TypeDeclarationNode from)
Checks if it can be inherited by the specified type
|
public ResolvedCustomFacets(String... nativeFacets)
public ResolvedCustomFacets(List<String> nativeFacets, Map<String,CustomFacetDefinitionNode> facets)
public TypeDeclarationNode validate(TypeDeclarationNode from)
from - public ResolvedCustomFacets mergeWith(ResolvedCustomFacets customFacets)
public ResolvedCustomFacets copy()
public ResolvedCustomFacets overwriteFacets(TypeDeclarationNode from)
Copyright © 2017. All rights reserved.