Package io.helidon.webserver.security
Class PathsConfig.BuilderBase.PathsConfigImpl
java.lang.Object
io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
- All Implemented Interfaces:
- Prototype.Api,- PathsConfig
- Enclosing class:
- PathsConfig.BuilderBase<BUILDER extends PathsConfig.BuilderBase<BUILDER,- PROTOTYPE>, - PROTOTYPE extends PathsConfig> 
protected static class PathsConfig.BuilderBase.PathsConfigImpl
extends Object
implements PathsConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.helidon.webserver.security.PathsConfigPathsConfig.Builder, PathsConfig.BuilderBase<BUILDER extends PathsConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PathsConfig> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPathsConfigImpl(PathsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.
- 
Method Summary
- 
Constructor Details- 
PathsConfigImplCreate an instance providing a builder.- Parameters:
- builder- extending builder base of this prototype
 
 
- 
- 
Method Details- 
methods- Specified by:
- methodsin interface- PathsConfig
 
- 
path- Specified by:
- pathin interface- PathsConfig
 
- 
sockets- Specified by:
- socketsin interface- PathsConfig
 
- 
handler- Specified by:
- handlerin interface- PathsConfig
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-