Class EndpointRuleSet.EndpointPathCollector
- java.lang.Object
- 
- software.amazon.smithy.rulesengine.language.EndpointRuleSet.EndpointPathCollector
 
- 
- Enclosing class:
- EndpointRuleSet
 
 public static final class EndpointRuleSet.EndpointPathCollector extends java.lang.ObjectEndpointRuleSetvisitor that collects a map of JSON pointer paths toEndpoints.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,Endpoint>collect()Collects the mapped JSON pointer paths toEndpoints.static EndpointRuleSet.EndpointPathCollectorfrom(EndpointRuleSetTrait endpointRuleSetTrait)Creates a collector from anEndpointRuleSetTrait.
 
- 
- 
- 
Method Detail- 
frompublic static EndpointRuleSet.EndpointPathCollector from(EndpointRuleSetTrait endpointRuleSetTrait) Creates a collector from anEndpointRuleSetTrait.- Parameters:
- endpointRuleSetTrait- EndpointRuleSet trait instance.
 
 
- 
 
-