Class CasAddonsRegisteredServicesJsonSerializer

    • Field Summary

      • Fields inherited from class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer

        MINIMAL_PRETTY_PRINTER
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<org.apereo.cas.services.RegisteredService> load​(java.io.InputStream stream)  
      boolean supports​(java.io.File file)  
      • Methods inherited from class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer

        configureObjectMapper, from, from, from, from, from, getJsonFactory, getObjectMapper, getPrettyPrinter, isDefaultTypingEnabled, 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
    • Constructor Detail

      • CasAddonsRegisteredServicesJsonSerializer

        public CasAddonsRegisteredServicesJsonSerializer()
    • Method Detail

      • load

        public java.util.Collection<org.apereo.cas.services.RegisteredService> load​(java.io.InputStream stream)
      • supports

        public boolean supports​(java.io.File file)
        Specified by:
        supports in interface org.apereo.cas.util.serialization.StringSerializer<org.apereo.cas.services.RegisteredService>
        Overrides:
        supports in class RegisteredServiceJsonSerializer