avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.service.api
/
LocalNatureReader
Local
Nature
Reader
@
Service
class
LocalNatureReader
(
natureRepository
:
NatureRepository
)
:
NatureReader
Members
Constructors
Local
Nature
Reader
Link copied to clipboard
constructor
(
natureRepository
:
NatureRepository
)
Functions
find
Nature
By
Id
Link copied to clipboard
open
override
fun
findNatureById
(
id
:
Long
)
:
NatureInfo
?
find
Nature
By
Internal
Name
Link copied to clipboard
open
override
fun
findNatureByInternalName
(
internalName
:
String
)
:
NatureInfo
?