Class ServiceClientConfigurationUtils.Field

    • Method Detail

      • type

        public com.squareup.javapoet.TypeName type()
      • isInherited

        public boolean isInherited()
      • setterSpec

        public com.squareup.javapoet.MethodSpec setterSpec()
      • getterSpec

        public com.squareup.javapoet.MethodSpec getterSpec()
      • localSetter

        public com.squareup.javapoet.MethodSpec localSetter()
      • localGetter

        public com.squareup.javapoet.MethodSpec localGetter()
      • configSetter

        public com.squareup.javapoet.MethodSpec configSetter()
      • configGetter

        public com.squareup.javapoet.MethodSpec configGetter()