Interface Property<T>
-
- All Known Implementing Classes:
BooleanProperty,StringProperty
public interface Property<T>Created by tanlehua on 2019/4/23.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetDefaultValue()java.lang.StringgetPropertyName()Tparse(java.lang.Object value)Tvalue()
-