Class OidcClientRegistrationRequestSerializer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Class<OidcClientRegistrationRequest> getTypeToSerialize()  
      protected boolean isDefaultTypingEnabled()  
      • Methods inherited from class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer

        configureObjectMapper, from, from, from, from, from, getJsonFactory, getObjectMapper, getPrettyPrinter, initializeObjectMapper, readJsonFrom, readObjectFromString, to, to, to, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.util.serialization.StringSerializer

        load, load, supports
    • Constructor Detail

      • OidcClientRegistrationRequestSerializer

        public OidcClientRegistrationRequestSerializer()
    • Method Detail

      • isDefaultTypingEnabled

        protected boolean isDefaultTypingEnabled()
        Overrides:
        isDefaultTypingEnabled in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer<OidcClientRegistrationRequest>