public final class PropertyMirror extends Object
Constructor and Description |
---|
PropertyMirror(String name,
TypeMirror type)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name of this property.
|
TypeMirror |
getType()
Returns the type of this property.
|
int |
hashCode() |
String |
toString() |
public PropertyMirror(String name, TypeMirror type)
name
- the normalized property nametype
- property typeIllegalArgumentException
- if some parameters were null
public String getName()
public TypeMirror getType()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.