java.lang.Object
io.jstach.jstachio.spi.JStachioFactory
Creates JStachios mainly with the
ServiceLoader or a JStachioFactory.Builder.- Author:
- agentgt
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for creating jstachios. -
Method Summary
Modifier and TypeMethodDescriptionstatic JStachioFactory.Builderbuilder()A mutable builder to createJStachiofromJStachioExtensions.static JStachioProvides a singleton JStachio resolved by theServiceLoader
-
Method Details
-
defaultJStachio
Provides a singleton JStachio resolved by theServiceLoader- Returns:
- service loader based jstachio.
-
builder
A mutable builder to createJStachiofromJStachioExtensions.- Returns:
- empty builder
-