Type.Continue, Type.FieldNotFoundException, Type.Mu, Type.TypeError, Type.TypeMatcher<FT,FR>
Constructor and Description |
---|
EmptyPartPassthrough() |
Modifier and Type | Method and Description |
---|---|
Codec<Dynamic<?>> |
buildCodec() |
TypeTemplate |
buildTemplate() |
boolean |
equals(Object o,
boolean ignoreRecursionPoints,
boolean checkIndex) |
Optional<Dynamic<?>> |
point(DynamicOps<?> ops)
populate with the default value, if possible
only initializes empty things
|
String |
toString() |
all, codec, equals, everywhere, findCheckedType, findChoiceType, finder, findField, findFieldType, findFieldTypeOpt, findType, findTypeCached, findTypeInChildren, getSetType, ifSame, ifSame, ifSame, one, opticView, pointTyped, read, read, readAndWrite, readTyped, readTyped, rewrite, rewriteOrNop, template, unbox, updateMu, write, writeDynamic
public Optional<Dynamic<?>> point(DynamicOps<?> ops)
Type
public boolean equals(Object o, boolean ignoreRecursionPoints, boolean checkIndex)
public TypeTemplate buildTemplate()
buildTemplate
in class Type<Dynamic<?>>
public Codec<Dynamic<?>> buildCodec()
buildCodec
in class Type<Dynamic<?>>