Class AlternateTypeProvider


  • public class AlternateTypeProvider
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AlternateTypeProvider​(java.util.List<springfox.documentation.schema.AlternateTypeRule> alternateTypeRules)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addRule​(springfox.documentation.schema.AlternateTypeRule rule)  
      com.fasterxml.classmate.ResolvedType alternateFor​(com.fasterxml.classmate.ResolvedType type)  
      • Methods inherited from class java.lang.Object

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

      • AlternateTypeProvider

        public AlternateTypeProvider​(java.util.List<springfox.documentation.schema.AlternateTypeRule> alternateTypeRules)
    • Method Detail

      • alternateFor

        public com.fasterxml.classmate.ResolvedType alternateFor​(com.fasterxml.classmate.ResolvedType type)
      • addRule

        public void addRule​(springfox.documentation.schema.AlternateTypeRule rule)