-
Terminally Deprecated ElementsElementDescriptionUse getPreferredDateFormatter insteaduse
StandardCharsets.UTF_8instead
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionSince 2.16.1 Use one from
jackson-databindinstead.
-
Deprecated FieldsFieldDescriptionUse
ClassReader.readByte(int)and the other read methods instead. This field will eventually be deleted.This API is experimental.useStandardCharsets.UTF_8instead.useStandardCharsets.UTF_8instead
-
Deprecated MethodsMethodDescriptionno longer used by ASM.this method is superseded by
ClassWriter.newHandle(int, String, String, String, boolean).UseImmutableSet.<T>of().iterator()instead; or for Java 7 or later,Collections.emptyIterator(). This method is scheduled for removal in May 2016.Unsupported operation.Unsupported operation.Unsupported operation.useReaderWriter.getCharset(m)insteaduseReaderWriter.readFromAsString(in, type)insteaduseReaderWriter.writeTo(in, out)instead.useReaderWriter.writeTo(in, out)instead.useReaderWriter.writeToAsString(s, out, type)insteadUse getPreferredDateFormatter insteadimplementing class is immutable hence snapshot creation is not needed anymoreimplementing class is immutable hence snapshot creation is not needed anymoreimplementing class is immutable hence snapshot creation is not needed anymoreimplementing class is immutable hence snapshot creation is not needed anymoreimplementing class is immutable hence snapshot creation is not needed anymoreimplementing class is immutable hence snapshot creation is not needed anymoreimplementing class is immutable hence snapshot creation is not needed anymore
-
Deprecated ConstructorsConstructorDescriptionthis constructor has been superseded by
Handle(int, String, String, String, boolean).
StandardCharsets.UTF_8instead.