Uses of Class
com.mastfrog.util.builder.AbstractBuilder
Packages that use AbstractBuilder
-
Uses of AbstractBuilder in com.mastfrog.url
Subclasses of AbstractBuilder in com.mastfrog.urlModifier and TypeClassDescriptionfinal classFactory class for constructing URL objects w/ validation.Methods in com.mastfrog.url that return AbstractBuilderModifier and TypeMethodDescriptionstatic AbstractBuilder<Label,Host> Host.builder()Parameters.builder()ParsedParameters.builder()Create a builder to whichParametersElements may be added conveniently, to construct a Parameters object.static AbstractBuilder<PathElement,Path> Path.builder() -
Uses of AbstractBuilder in com.mastfrog.util.builder
Methods in com.mastfrog.util.builder that return AbstractBuilderModifier and TypeMethodDescriptionAbstractBuilder.add(ElementType element) final AbstractBuilder<ElementType,CreateType> protected AbstractBuilder<ElementType,CreateType> AbstractBuilder.addElement(ElementType element)