Uses of Interface
com.mastfrog.util.builder.Builder
Packages that use Builder
-
Uses of Builder in com.mastfrog.url
Classes in com.mastfrog.url that implement BuilderModifier and TypeClassDescriptionfinal classFactory class for constructing URL objects w/ validation. -
Uses of Builder in com.mastfrog.util.builder
Classes in com.mastfrog.util.builder with type parameters of type BuilderModifier and TypeInterfaceDescriptioninterfaceBasic abstraction for the builder pattern.Classes in com.mastfrog.util.builder that implement BuilderModifier and TypeClassDescriptionclassAbstractBuilder<ElementType,CreateType> A basic implementation of the builder pattern.