Class CustomMethodElement


  • public final class CustomMethodElement
    extends Object
    Author:
    Vladlen Larionov
    • Constructor Detail

      • CustomMethodElement

        public CustomMethodElement​(com.squareup.javapoet.MethodSpec spec)
    • Method Detail

      • getSpec

        public com.squareup.javapoet.MethodSpec getSpec()
      • getName

        public String getName()
      • getProperty

        public <P> P getProperty​(Class<P> propertyClass)
      • setProperty

        public void setProperty​(Object property)