Package sprouts.impl

Class Sprouts

java.lang.Object
sprouts.impl.Sprouts
All Implemented Interfaces:
SproutsFactory

public final class Sprouts extends Object implements SproutsFactory
Exposes an API for configuring the SproutsFactory, which serves implementations of the various property types in the Sprouts library, like Event, Val, Var, Vals and Vars. The methods implemented here are used by the various factory methods of the sprouts API like Var.of(Object), Vals.of(Object, Object[]), Result.of(Object)...
So technically speaking, this is a configurable singleton, so be careful when using it as it effectively maintains global + mutable state!