Class BeanBuilder.TypeDescription

java.lang.Object
com.fasterxml.jackson.module.mrbean.BeanBuilder.TypeDescription
Enclosing class:
BeanBuilder

static class BeanBuilder.TypeDescription extends Object
Helper bean used to encapsulate most details of type handling
  • Field Details

    • _asmType

      private final org.objectweb.asm.Type _asmType
    • _jacksonType

      private com.fasterxml.jackson.databind.JavaType _jacksonType
  • Constructor Details

    • TypeDescription

      public TypeDescription(com.fasterxml.jackson.databind.JavaType type)
  • Method Details