Searched defs:hasConstructorParameter (Results 1 – 4 of 4) sorted by relevance
38 public val hasConstructorParameter: Boolean get() = target.parameterIndex != -1 constant in com.squareup.moshi.kotlin.codegen.api.PropertyGenerator
164 public abstract boolean hasConstructorParameter(); in hasConstructorParameter() method in BeanPropertyDefinition
392 public boolean hasConstructorParameter() { return _ctorParameters != null; } in hasConstructorParameter() method in POJOPropertyBuilder
237 public boolean hasConstructorParameter() { return (_member instanceof AnnotatedParameter); } in hasConstructorParameter() method in SimpleBeanPropertyDefinition