Class MatcherSchema

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.refcodes.mixin.AbstractSchema
org.refcodes.matcher.MatcherSchema
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, org.refcodes.mixin.AliasAccessor, org.refcodes.mixin.ChildrenAccessor<org.refcodes.mixin.Schema[]>, org.refcodes.mixin.DescriptionAccessor, org.refcodes.mixin.Schema, org.refcodes.mixin.TypeAccessor, org.refcodes.mixin.ValueAccessor<Object>

public class MatcherSchema extends org.refcodes.mixin.AbstractSchema implements org.refcodes.mixin.DescriptionAccessor, org.refcodes.mixin.ValueAccessor<Object>
The purpose of a MatcherSchema is automatically generate documentation of Matcher structures.
See Also:
  • Constructor Details

    • MatcherSchema

      public MatcherSchema(MatcherSchema aSchema, org.refcodes.mixin.Schema... aChildren)
    • MatcherSchema

      public MatcherSchema(Class<?> aType, MatcherSchema aSchema)
    • MatcherSchema

      public MatcherSchema(Class<?> aType, Object aValue, String aDescription)
      Instantiates a new MatcherSchema.
      Parameters:
      aType - The type providing the this Schema instance.
      aValue - The a value of the according element.
      aDescription - The description of the schema described by the Schema providing type.
  • Method Details

    • getValue

      public Object getValue()
      Specified by:
      getValue in interface org.refcodes.mixin.ValueAccessor<Object>