Package org.gridgain.internal.license
Interface LicenseField<T>
- Type Parameters:
T- Type of the field.
- All Known Implementing Classes:
HoconLicenseField
public interface LicenseField<T>
Class that represents a license field.
-
Method Summary
-
Method Details
-
readFrom
Extracts the field value from a license's internal representation.Actual type of the license object depends on the license implementation and must be coordinated with its fields.
- Returns:
- Field value or
nullif it is not present.
-