Class Proto


  • @Enclosing
    public class Proto
    extends java.lang.Object
    • Constructor Detail

      • Proto

        private Proto()
    • Method Detail

      • isJacksonSerializedAnnotated

        static boolean isJacksonSerializedAnnotated​(javax.lang.model.element.Element element)
      • isJacksonDeserializedAnnotated

        static boolean isJacksonDeserializedAnnotated​(javax.lang.model.element.Element element)
      • isJacksonJsonTypeInfoAnnotated

        static boolean isJacksonJsonTypeInfoAnnotated​(javax.lang.model.element.Element element)
      • isAnnotatedWith

        static boolean isAnnotatedWith​(javax.lang.model.element.Element element,
                                       java.lang.String annotation)
      • concat

        @Nullable
        static java.lang.String[] concat​(@Nullable
                                         java.lang.String[] first,
                                         @Nullable
                                         java.lang.String[] second)