Uses of Class
io.higson.runtime.dev.perspective.RuntimeUserView
Packages that use RuntimeUserView
-
Uses of RuntimeUserView in io.higson.runtime.dao
Methods in io.higson.runtime.dao that return RuntimeUserViewModifier and TypeMethodDescriptionDevModeJdbcDao.getUserView(String username) returns user view (never null) for given username -
Uses of RuntimeUserView in io.higson.runtime.dev
Methods in io.higson.runtime.dev that return RuntimeUserViewConstructors in io.higson.runtime.dev with parameters of type RuntimeUserViewModifierConstructorDescriptionUserViewHolder(String username, RuntimeUserView userView) UserViewHolder(String username, RuntimeUserView userView, long timestamp)