WireBox : Dependency Injection & AOP
7.x
Search
⌃K
Introduction
Getting Started
Overview
Installing WireBox
Getting Jiggy Wit It!
Migrating From ColdSpring
Configuration
Configuring WireBox
Mapping DSL
Component Annotations
Parent Object Definitions
Usage
WireBox Injector
Injection DSL
ColdBox Namespace
CacheBox Namespace
EntityService Namespace
Executor Namespace
Java Namespace
LogBox Namespace
Models Namespace
Provider Namespace
WireBox Namespace
WireBox Delegators
WireBox Event Model
Advanced Topics
Child Injectors
Lazy Properties
Object Persistence & Thread Safety
ORM Entity Injection
Providers
Property Observers
Runtime Mixins()
WireBox Object Populator
Virtual Inheritance
Extending WireBox
Custom DSL
Custom Scopes
WireBox Injector Interface
Aspect Oriented Programming
AOP Intro
Powered By GitBook

Java Namespace

You can also request Java objects from the injection dsl.
DSL
Description
java:{class}
Get a reference to the passed in class
property name="duration" inject="java:java.time.Duration";
Previous
Executor Namespace
Next
LogBox Namespace
Last modified 10mo ago