Package io.github.djtpj.trait
Class TraitRegistry
java.lang.Object
io.github.djtpj.trait.TraitRegistry
Static Registry of all the
Trait
s' classes as gotten by a static reflection call-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
registry
-
-
Constructor Details
-
TraitRegistry
public TraitRegistry()
-
-
Method Details
-
getTrait
- Throws:
IllDefinedTraitException
-
deserializeTrait
@Nullable public static Trait deserializeTrait(org.json.simple.JSONObject jsonTrait) throws IllDefinedTraitException, NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException
-