- identify(Class<?>) - Static method in enum com.brentcroft.tools.materializer.util.TypeHandler
-
- inContext() - Method in interface com.brentcroft.tools.materializer.ContextValue
-
Provide a new child context, allowing access to parent context objects,
but encapsulating any new objects put in the child context
- inContext() - Method in class com.brentcroft.tools.materializer.core.OpenEvent
-
- inContext(Tag<?, ?>) - Method in class com.brentcroft.tools.materializer.core.OpenEvent
-
- isAssignable(TypeHandler) - Method in class com.brentcroft.tools.materializer.util.Mutator
-
- isChildOfCollectionOrMap() - Method in class com.brentcroft.tools.materializer.util.Mutator
-
- isChoice() - Method in interface com.brentcroft.tools.materializer.core.Tag
-
True if this Tag's children are choices (otherwise they're a sequence).
- isCollection() - Method in class com.brentcroft.tools.materializer.util.Mutator
-
- isCollectionOrMap() - Method in class com.brentcroft.tools.materializer.util.Mutator
-
- isJump() - Method in interface com.brentcroft.tools.materializer.core.Tag
-
True if this Tag aliases another Tag.
- isJump() - Method in interface com.brentcroft.tools.materializer.model.JumpTag
-
- isMap() - Method in class com.brentcroft.tools.materializer.util.Mutator
-
- isMultiple() - Method in interface com.brentcroft.tools.materializer.core.Tag
-
True if this Tag is can be repeated.
- isMultiple() - Method in class com.brentcroft.tools.materializer.util.SchemaItem
-
- isOptional() - Method in interface com.brentcroft.tools.materializer.core.Tag
-
True if this Tag is optional, and can be skipped if encountered unmatched.
- isOptional() - Method in class com.brentcroft.tools.materializer.util.SchemaItem
-
- isStep() - Method in interface com.brentcroft.tools.materializer.core.Tag
-
True if this Tag steps to another Tag (as implemented by getItem(context, event)).
- isStep() - Method in interface com.brentcroft.tools.materializer.model.StepTag
-