Class AsahiContext.Getter
-
- All Implemented Interfaces:
-
com.skillw.asahi.api.member.AsahiRegistrable
,kotlin.Comparable
public abstract class AsahiContext.Getter implements AsahiRegistrable<String>, Comparable<AsahiContext.Getter>
-
-
Constructor Summary
Constructors Constructor Description AsahiContext.Getter(String key, Integer priority)
-
Method Summary
Modifier and Type Method Description String
getKey()
键 final Integer
getPriority()
final Boolean
filterKey(AsahiContext context, String key)
final Object
get(AsahiContext context, String key)
Unit
register()
Integer
compareTo(AsahiContext.Getter other)
-
-
Method Detail
-
getPriority
final Integer getPriority()
-
filterKey
final Boolean filterKey(AsahiContext context, String key)
-
get
final Object get(AsahiContext context, String key)
-
compareTo
Integer compareTo(AsahiContext.Getter other)
-
-
-
-