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 class
Builder for creating jstachios. -
Method Summary
Modifier and TypeMethodDescriptionstatic JStachioFactory.Builder
builder()
A mutable builder to createJStachio
fromJStachioExtension
s.static JStachio
Provides 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 createJStachio
fromJStachioExtension
s.- Returns:
- empty builder
-