Class JacksonEnumTypeDeterminer

  • All Implemented Interfaces:
    springfox.documentation.spi.schema.EnumTypeDeterminer

    @Component
    public class JacksonEnumTypeDeterminer
    extends java.lang.Object
    implements springfox.documentation.spi.schema.EnumTypeDeterminer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnum​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JacksonEnumTypeDeterminer

        public JacksonEnumTypeDeterminer()
    • Method Detail

      • isEnum

        public boolean isEnum​(java.lang.Class<?> type)
        Specified by:
        isEnum in interface springfox.documentation.spi.schema.EnumTypeDeterminer