Package net.kyori.examination
A library for examining objects and producing the output.
Objects which which to expose properties using examination should implement
Examinable, and provide any toString elements
as examinable properties. These objects should make sure to overide Object.toString()
in order to call to the examination methods.
This API module does not itself contain any examiners that generate output. Those are provided by separate submodules.
-
Interface Summary Interface Description Examinable Something that can be examined.Examiner<R> An examiner. -
Class Summary Class Description AbstractExaminer<R> An abstract implementation of an examiner.ExaminableProperty An examinable property.